runtime.gcWork.tryGetFast (method)

3 uses

	runtime (current package)
		mgcmark.go#L1066: 		b := gcw.tryGetFast()
		mgcmark.go#L1144: 		b := gcw.tryGetFast()
		mgcwork.go#L231: func (w *gcWork) tryGetFast() uintptr {